home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol06 / 04 / winstdio / bor_mk.bat next >
DOS Batch File  |  1991-07-01  |  203b  |  7 lines

  1. @echo off
  2. rem WINIO make for Borland C++
  3. rem bcc -WS -G -O -Z -c -w-par -Hu winio.c
  4. rem bcc -WS -G -O -Z -c -Hu wmhandlr.c
  5. bcc -WS -G -O -Z -Hu %2 %3 %1.c winio.obj wmhandlr.obj
  6. rc winio.rc %1.exe
  7.